Vcenter Namespaces Networks Nsx IPBlockInfo
The Vcenter Namespaces Networks Nsx IPBlockInfo schema contains information about IP blocks.
This schema was added in vSphere API 9.0.0.0.
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
NSX policy path of the IP block.
This property was added in vSphere API 9.0.0.0.
IP block name.
This property was added in vSphere API 9.0.0.0.
IP block CIDR.
This property was added in vSphere API 9.0.0.0.
Available IP Ranges of the IP block.
This property was added in vSphere API 9.0.0.0.
The count of used IP addresses in the IPBlock.
This property was added in vSphere API 9.0.0.0.
The count of available IP addresses in the IPBlock.
This property was added in vSphere API 9.0.0.0.